<script>on opencardset the scroll of cd fld 1 to 0show cd btn windowGuyend opencardon sizeWindow--• resize the buttons and fields.--• 3D frame created with Shadow Boxer by JW--• the mouseDown handler has locked the screen for us.put item 3 of rect of this cd into newWidthput item 4 of rect of this cd into newHeightset the rect of cd fld "t1432" to 13,13,newWidth-13,14set the rect of cd fld "l1432" to 13,13,14,newHeight-14set the rect of cd fld "b1432" to 13,newHeight-14,newWidth-13,newHeight-12set the rect of cd fld "r1432" to newWidth-14,13,newWidth-12,newHeight-12set the rect of cd fld "body" to 16,16,newWidth-16,newHeight-16set the bottomRight of cd btn "sizer" to newWidth+1,newHeight+1end sizeWIndowon idleget (the scroll of cd fld 1=0)if the visible of cd btn windowGuy≠it then set the visible of cd btn windowGuy to itend idle</script>